From 8fc66e7f572ef0dd11f0b6496df3d2bc88be598a Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Fri, 28 Jan 2005 23:26:21 +0000 Subject: [PATCH] bitkeeper revision 1.1159.212.56 (41faca1d8ReaIESo4E0ltuhh1uQMSg) Enable ne2k driver in ioemu tools. Signed-off-by: Xin B Li Signed-off-by: Arun Sharma Signed-off-by: Keir Fraser --- tools/ioemu/include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ioemu/include/config.h b/tools/ioemu/include/config.h index 8d50f81760..5b7b9c6f7a 100644 --- a/tools/ioemu/include/config.h +++ b/tools/ioemu/include/config.h @@ -867,7 +867,7 @@ typedef #endif // NE2K network emulation -#define BX_NE2K_SUPPORT 0 +#define BX_NE2K_SUPPORT 1 #define BX_ETH_NULL_LOGGING 1 #define BX_ETH_FBSD_LOGGING 1 @@ -891,7 +891,7 @@ typedef #define HAVE_ETHERTAP 0 // this enables TUN/TAP packet mover; determined by configure script -#define HAVE_TUNTAP 0 +#define HAVE_TUNTAP 1 // I/O Interface to debug -- 2.30.2